Xbasic

INET::SSLSocket::Close Method

Syntax

Result_Flag as L = Close()

Arguments

Result_Flag

TRUE (.T.) if the operation was successful; otherwise FALSE (.F.).

Description

The INET::SSLSocket::Close() method closes an open connection.

Example

Refer to INET::SSLSocket Object

Limitations

Desktop applications only.

See Also